home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modleadv.dir / 00035_Script_35 < prev    next >
Text File  |  1994-11-28  |  339b  |  16 lines

  1. on enterframe
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   
  4.   set the cursor of sprite 1 to ucl
  5.   set the cursor of sprite 2 to lcl
  6.   set the cursor of sprite 3 to rcl
  7.   set the cursor of sprite 4 to pnt
  8.   
  9.    updatestage
  10. end
  11.  
  12. on exitFrame
  13.    unLoadCast
  14.  if soundBusy (1) = FALSE then puppetSound "A-adventure"
  15.   updateStage
  16. end exitFrame